home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 14 - Useful Commands (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 14 - Useful Commands (19xx)(Topik Public Domain)(PD)[WB].adf / ExtractFont / makefile < prev    next >
Makefile  |  1989-08-07  |  95b  |  11 lines

  1.  
  2. .c.o:
  3.     cc +l $*.c
  4.     cp $*.? WW:
  5.  
  6. SOBJ1 =    TEST.o SMALL.o
  7.  
  8. TEST: $(SOBJ1)
  9.     ln $(SOBJ1) +q -lc32
  10.  
  11.